@charset "utf-8";
/* CSS Document */
html { font-size: 62.5%; }


body{
    background-color: #fff;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
	word-break: break-all;
	font-size:1.0rem
}

* { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

.r_text{
	display:block;
	text-align:right;
}

.bg_text{
	background:#fcf8c3;
}

.red{
	color:#F00;
	font-weight:bold;
}

.pink{
	color:#ff6779;
}

.yellow{
	color:#ff1;
}

.bold{
	font-weight:bold;
}

.orange{
	color:#F93;
	font-weight:bold;
}

.border-b{
	border-bottom:solid 1px red;
}

.tanpatu{
	background:#00C;
	color:#FFF;
	padding:5px;
	border-radius:3px;
	font-size:12px;
}

.kikanvoice{
	background:#f00;
	color:#FFF;
	padding:5px;
	border-radius:3px;
	font-size:12px;
}

.shinki{
	background: #390;
	color:#FFF;
	padding:5px;
	border-radius:3px;
	font-size:12px;
}

.master_ex{
	background: #f60;
	color:#FFF;
	padding:5px;
	border-radius:3px;
	font-size:12px;
}



h1,h2,h3,dt{
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.teikyou{
	font-size:1.1rem;
}


/*----------------------------------------------PC-----------------------------------------------------*/

@media screen and (min-width: 751px)  {
.strongcolor{
	color:#023a7f;
	font-weight:bold;
	font-size:4.0rem;
}



#container{
	width:100%;
	margin:0 auto;
}

header {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px 0px;
    /* box-shadow: 0 71px 31px rgba(0,0,0,1); */
    z-index: 6000;
    box-shadow: -1px 5px 6px -4px #b3b3b3;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
}

#headerinner{
	width:845px;
	height:58px;
	margin:0 auto;
}



.headerLeft{
	float:left;
	width:211px;
	height:58px;
}

.headerRight p{
	float:right;
	text-align:right;
	font-size:1.2rem;
}

.smp_header{
	width:100%
	height:30px;
	background:#000;
	display:none;
}

#key{
	width:100%;
	margin-bottom:30px;
	background: #4eace2 url(../img/a_bg.jpg) no-repeat center top;
}

.keyinner{
	margin:0 auto;
	width:960px;
	height:514px;
}


#key2 {
    width: 100%;
    margin-bottom: 50px;
    background: #eee;
    margin-top: 58px;
}

.keyinner2{
	margin:0 auto;
	max-width:2000px;
	background:#000;
	width:100%;
}


#firstlead {
    text-align: center;
    font-size: 4.0rem;
    font-weight: bold;
    width: 845px;
    margin: 50px auto 20px;
}
#firstlead p{
	padding:10px;
}

p{
	font-size:2.0rem;
}


p.s_lead {
    font-size: 2.0rem;
    font-weight: normal;
}

.top_btn_lead{
	display:block;
	max-width:920px;
	background:#f5f5f5;
	color:#069;
	padding:20px 40px 40px;
	margin:0 auto 40px;
	text-align:left;
	font-size:18px;
	border:2px solid #09c;
}


#btn_area{
	width:640px;
	text-align:center;
	margin:0 auto;
}

#btn_area p{
	display:block;
	padding-bottom:20px;
}


.btn_top {
	width:100%;
	text-align:center;
	background-color: #f90;
	font-size: 32px;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 20px 20px;
	/*background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );*/
	border-radius: 6px;
	box-shadow: 0 5px 0 #d2691e;
	display:block;
	font-weight:500;
}

.btn_top:hover {
	opacity:0.9;
}

.btn_top:active {
	top:3px;
}

.btn {
	width:100%;
	text-align:center;
	background-color: #70ca3b;
	font-size: 32px;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 20px 20px;
	/*background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );*/
	border-radius: 6px;
	box-shadow: 0 5px 0 #378c05;
	display:block;
	font-weight:500;
}

.btn:hover {
	opacity:0.9;
	/*background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
        background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;
    	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785;
    	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785;
    	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785 ;
    	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785 ;*/
}

.btn:active {
	top:3px;
	/*background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
        background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;
    	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785;
    	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785;
    	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785;
    	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785;*/
}

.btn_t {
	width:100%;
	text-align:center;
	background-color: #70ca3b;
	font-size: 35px;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 20px 20px;
	/*background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );*/
	border-radius: 5px;
	box-shadow: 0 5px 0 #378c05;
	display:block;
	font-weight:700;
}


#pc{
	display: block;
}

/*#pc h1{
	text-align:center;
	font-weight:bold;
	font-size:4.0rem;
	color:#fff;
	line-height:5.0rem;
	margin-bottom:40px;
	padding:50px;
	background:#19b1ef;
}*/


#sp{
	display:none;
}

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 6.0rem;
    color: #fff;
    line-height: 9.0rem;
    margin-bottom: 40px;
    padding: 50px;
    background: #0c071d;
    position: relative;
    font-style: italic;
}

h1:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 177, 239, 0);
    border-top-color: #0c071d;
    border-width: 50px;
    margin-left: -50px;
}




/*******テキストスタイル**********/
.small{
	font-size:1.4rem;
	line-height:1.8rem;
	font-weight: normal;
	display:block;
}



/**********無料サービス***********/
#firstlead2 {
    text-align: center;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto 20px;
    line-height: 5.0rem;
}
#firstlead2 p{
	padding:10px;
	font-size: 1.6rem
}

#btn_area2{
	width:640px;
	text-align:center;
	margin:0 auto;
}

#btn_area2 p{
	display:block;
	padding-bottom:20px;
}

.btn2 {
	width: 100%;
	text-align: center;
	background-color: #3bb3e0;
	font-size: 30px;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 20px 20px;
	border-radius: 6px;
	box-shadow: 0 5px 0 #156785;
	display: block;
	font-weight: 700;
}

.btn2:hover {
	opacity:0.9;
}

.btn2:active {
	top:3px;
}

#service{
	width:845px;
	margin:0 auto;
}


/**********有料サービス***********/


#btn_area3 p{
	display:block;
	padding-bottom:20px;
}

.btn3 {
	width:100%;
	text-align:center;
    background-color: #fb9561;
    font-size: 35px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    /*background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44,160,202)), color-stop(1, rgb(62,184,229)) );*/
    border-radius: 5px;
   box-shadow: 0 5px 0 #ec7031;
	display:block;
	font-weight:700;
}

.btn3:hover {
	opacity:0.9;
}

.btn3:active {
	top:3px;
}

#service{
    width: 845px;
    margin: 80px auto 50px;
}


/*------------注意事項-------------*/

#att{
	width:960px;
	margin:80px auto 50px;
	background:#eee;
	/* border-radius */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#att dl{
	padding:30px;
	color:#000;
}

#att dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

#att dd p{
	margin-bottom:20px;
	font-size:16px;
	line-height:1.6em;
}

.indent{
	padding-left:1em;
	text-indent:-1em;
	display:inline-block;
}

.sub{
	color:#333;
	padding:0 30px 30px;
	font-size:16px;
}

.sub p{
	padding:10px;
	background:#FFF;
	border:#d2d2d2 1px solid;
}



/*---------フッター---------------*/

footer{
	width:100%;
	background:#000;
}

#footerInner{
	width:960px;
	margin:0 auto;
	color:#fff;
	padding-bottom:20px;
}

.footerLogo{
	text-align:center;
	padding:30px 0;
}

nav ul{
	width:778px;
	margin:0 auto;
	padding-bottom:25px;
}

nav ul li{
	float:left;
    font-size: 14px;
    color: #297ccf;
}

nav ul li a{
	color:#fff;
	padding-left:5px;
}

nav ul li a:before{
margin: .5em;
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-size: cover;
  vertical-align: middle;
  background: url(../img/nav_icon.png);
}
nav ul li a:hover{
	text-decoration:underline;
}

.footer_in2{
	width:778px;
	margin:0 auto;
	padding-bottom:25px;
}

.indication{
	float:left;
	font-size:12px;
}

.ssl{
	float:right;
}

.ssl table tr td a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: block;
  margin: 0;
  padding-top: 3px;
}

address{
	color: #fff;
	font-size: 12px;
	text-align: center;
}


/*-----------ページトップへ-------------*/


.pagetop {
    position: fixed;
    bottom:50px;
    right:50px;
    font-size: 77%;
}
.pagetop a {
    background:#4eace2;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
.pagetop a:hover {
    text-decoration: none;
    background: #0075b8;
}




}


/*----------------------------------------------SP-----------------------------------------------------*/


@media screen and (max-width: 750px)  {
	
#sp{ font-size: 62.5%; }



#container{
	width:100%;
	overflow:hidden;
}

.smp_header{
    box-shadow: -1px 5px 6px -4px #b3b3b3;
    margin-bottom: 20px;
}



#key{
	width:100%;
	height:auto;
	margin:10px 0;
}

#leadarea{
background: #efeeec;
    font-size: 0.5rem;
    line-height:1.0rem;
    padding: 0 3px 10px;
}

#firstlead {
    text-align: center;
    font-size: 2.0rem;
    /* font-weight: bold; */
    width: 100%;
    margin: 20px 0 10px;
    color: #023a7f;
    line-height: 2.5rem;
}
#firstlead p{
	padding:0 0 10px;
}

.top_btn_lead{
	display:block;
	background:#f5f5f5; 
	color:#069; 
	padding:20px 10px; 
	margin:0 auto 20px; 
	text-align:left; 
	font-size:14px; 
	border:2px solid #09c;
}

#btn_area{
	width:90%;
	margin:0 auto 40px;
}

.btn_top {
	width:100%;
	text-align:center;
	background-color: #f90;
	font-size: 1.8rem !important;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 12px 20px;
	border-radius: 5px;
	box-shadow: 0 3px 0 #c60;
	display:block;
	font-weight:bold;
}

.btn {
	width: 100%;
	text-align: center;
	background-color: #70ca3b;
	font-size: 1.8rem !important;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 12px 20px;
	border-radius: 5px;
	box-shadow: 0 3px 0 #378c05;
	display: block;
	font-weight:bold;
}


.btn_t {
	width: 100%;
	text-align: center;
	background-color: #70ca3b;
	font-size: 1.8rem !important;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 15px 20px;
	border-radius: 5px;
	box-shadow: 0 5px 0 #378c05;
	display: block;
	font-weight:bold;
}


.btn_b {
    width: 100%;
    text-align: center;
    background-color: #70ca3b;
    font-size: 1.8rem !important;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #378c05;
    display: block;
    font-weight: bold;
}


.btn:hover {
	opacity:0.9;
}

.btn:active {
	top:3px;
}

.box1{
	margin:0 10%;
	width:80%
}
.box{
	margin:0 3%;
}



/**********無料サービス***********/
#firstlead2 {
    text-align: center;
    font-size: 1.4rem;
    /* font-weight: bold; */
    width: 100%;
    margin-bottom: 10px;
    line-height: 2.0rem;
}
#firstlead2 p{
	padding:10px;
}


#btn_area2{
	width:90%;
	margin:0 auto 20px;
}


.btn2 {
	width:100%;
	text-align:center;
	background-color: #3bb3e0;
	font-size:1.8rem;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 10px 3px;
	border-radius: 5px;
	box-shadow:  0 3px 0 #156785;
	display:block;
	font-weight:bold;
}


.btn2:hover {
	opacity:0.9;
}

.btn2:active {
	top:3px;
}



/**********有料サービス***********/

#btn_area3{
	width:90%;
	margin:0 auto 20px;
}

.btn3 {
	width: 100%;
    text-align: center;
    background-color: #fb9561;
    font-size: 1.8rem !important;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 3px;
    border-radius: 5px;
    box-shadow: 0 5px 0 #ec7031;
    display: block;}

.btn3:hover {
	opacity:0.9;
}

.btn3:active {
	top:3px;
}

#service{
    margin: 20px auto 40px;
}


/**************注意事項*******************/

#visitor{
	background:#eee;
    border-radius: 3px;
	margin:20px 10px;
	padding: 5px;
}

.visitorInner{
	padding:10px;
}

.visitorInner h2{
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: none;
}

.visitorInner p{
	font-size:1.2rem;
	margin-bottom:10px;
}

.visitorInner p:last-child{
	margin-bottom:0;
}

.cyousa{
   background:#FFF;
   border:#000 solid 1px;
   margin:5px;
}

.cyousaInner{
	padding:3px;
	font-size:1.0rem;
	opacity:0.7;
}

/********************フッター*****************************************************/

#footer {
	width:100%;
	padding: 10px 0 0 0;
	background-color:#757575;
	color:#FFFFFF;
	font-size:1.2rem;
	line-height:1.2rem;
}

.nav ul li a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
	color:#FFFFFF;
}
.nav ul li a::before,
.nav ul li a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}
.nav ul li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav ul li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

address{
	text-align:center;
	font-size:1.0rem;
	background:#333;
	padding:10px;
}

.kinsyou {
	text-align:left;
	font-size:1.0rem;
	margin:10px;
}

.c-registration-link-area__text {
  padding: 20px 0 14px;
  text-align: center;
  color: white;
  font-size: 20px;
  letter-spacing: normal;
  font-weight: 500;
}







#pc{
	display: none;
}


#sp{
	display:block;
	width:100%;
}


/*******テキストスタイル**********/
.small{
	font-size:1.2rem;
	line-height:1.8rem;
	font-weight: normal;
	display:block;
	text-align:left;
	color:#000;
}


.s_lead{
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #000;
    text-align: left;	
}

.strongcolor {
    color: #023a7f;
    font-weight: bold;
}


}
